home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / scooby_d.swf / scripts / DefineSprite_496 / frame_10 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  158 b   |  10 lines

  1. stop();
  2. btnNext.onRelease = function()
  3. {
  4.    this._parent.gotoAndStop(20);
  5. };
  6. btnPrevious.onRelease = function()
  7. {
  8.    this._parent.gotoAndStop(1);
  9. };
  10.